Fix GC_MALLOC_CHECK debugging output on 64-bit hosts.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 22 Apr 2012 07:50:17 +0000 (00:50 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 22 Apr 2012 07:50:17 +0000 (00:50 -0700)
commitfefbee3b49b61231fb752899e6b321d748da5774
treeb4361e65479a73ff5741bb53347d82493730a0d2
parenta56495cebe35882752d12afde50804813a2cbfd3
Fix GC_MALLOC_CHECK debugging output on 64-bit hosts.

* alloc.c (emacs_blocked_malloc) [GC_MALLOC_CHECK]:
Do not assume ptrdiff_t is the same width as 'int'.
src/ChangeLog
src/alloc.c